home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util2 / shllbnch.rea < prev    next >
Text File  |  1996-01-16  |  3KB  |  76 lines

  1. Short:    Replacement for WB2+ 'Execute', V1.2
  2. Author:   nick.christie@oucs.ox.ac.uk (Nick Christie)
  3. Uploader: nick.christie@oucs.ox.ac.uk (Nick Christie)
  4. Version:  1.2
  5. Type:     util/wb
  6. Requires: dev/gui/BGUI12.lha, AmigaOS V2.04+.
  7.  
  8. ShellBench  is  a  replacement for the Workbench Execute requester. It
  9. opens  a  small  window  on  the  default public screen, with a string
  10. gadget  for  typing in the desired command. The string gadget supports
  11. filename  completion  with  the  TAB  key  and keeps a command history
  12. buffer.  The  excellent  BGUI  library  by  Jan van den Baard provides
  13. font-sensitive gadget layout in a resizeable window.
  14.  
  15. Via  tooltypes  and  an options window, ShellBench offers fine control
  16. over  the  execution  environment of launched programs, including task
  17. priority,  stack  size  and  current  directory.  In addition to using
  18. ShellBench  on-demand for executing individual Shell commands, you can
  19. also  quickly  set  up project icons that run Shell programs in highly
  20. configurable environments.
  21.  
  22. Requirements:
  23.  
  24.     o AmigaOS V2.04 / Kickstart V37 or higher.
  25.     o bgui.library V38 or higher (not included).
  26.  
  27.  
  28. Recent History:
  29.  
  30. 1.2 (22.12.95)
  31. --------------
  32. Bug fix: Completely screwed up locale catalog generation. Now it will
  33. actually work with the supplied catalogs.
  34.  
  35.  
  36. V1.1 (30.11.95)
  37. ---------------
  38. Bug fix: tab filename completion wouldn't work if text gadget filter
  39. was set in IControl Preferences.
  40.  
  41. Bug fix: Shift + Tab and other pattern matching operations would
  42. remove the trailing slash '/' if the pattern used was something like
  43. "Env:Sys/s*".
  44.  
  45. Bug fix: LANGUAGE keyword had no effect previously.
  46.  
  47. Bug fix: Changed key assignment of 'Output' gadget in Options window
  48. (English catalog) to avoid clash with 'Okay' gadget.
  49.  
  50. Bug fix: Now requires only V37 of asl.library, not V38.
  51.  
  52. New: Added STRINGA_MinCharsVisible tag to stack and priority options
  53. gadgets.
  54.  
  55. New: MATCHINFO tooltype, if FALSE, excludes '.info' files from all
  56. pattern matching. Default is TRUE, ie. '.info' files are included.
  57.  
  58. New: Rearranged Options window layout slightly; added 'Match .info'
  59. checkbox to Options window and changed 'Exp.Wild' gadget label to
  60. 'Expand Wild' in English catalog.
  61.  
  62. New: Added on-line (synchronous) help accessed by pressing Help key.
  63. Now uses Shift + Help to insert filenames using a requester.
  64.  
  65. New: Added French and Italian catalogs.
  66.  
  67. Changed: GUIDEFILE tooltype is now called GUIDENAME.
  68.  
  69. Changed: Removed BGUI library from distribution archive.
  70.  
  71. Changed: Guide enhanced with AmigaGuide V40 formatting commands, but
  72. entirely compatible with older versions.
  73.  
  74.  
  75. $VER: ShellBench.readme 1.2 (22.12.95)
  76.